Q3UnixPathStorage_Get
You can use theQ3UnixPathStorage_Get
function to get information about a UNIX path name storage object.
TQ3Status Q3UnixPathStorage_Get ( TQ3StorageObject storage, char *pathName);
storage
- A UNIX path name storage object.
pathName
- On entry, a pointer to a block of memory large enough to hold a string of size
kQ3StringMaximumLength
. The path name of the file associated with the specified storage object is copied into that block of memory. The path name is a null-terminated C string.DESCRIPTION
TheQ3UnixPathStorage_Get
function returns, through thepathName
parameter, a copy of the path name of the file associated with the UNIX path storage object specified by thestorage
parameter.ERRORS
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter